home *** CD-ROM | disk | FTP | other *** search
/ The Uninvited Press Kit / THE UNINVITED.iso / pc / program.dxr / Internal_2_Space MUI.ls < prev    next >
Encoding:
Text File  |  2008-12-30  |  471 b   |  12 lines

  1. on exitFrame me
  2.   Mooeobject = new(xtra("MUI"))
  3.   beep()
  4.   alertpropertieslist = [#buttons: #Ok, #default: 1, #title: " Insufficient Disk Space", #message: "A check of your hard drive indicates an insufficient amount of space . Please change your selection or folder location.", #movable: 1, #xPosition: -1, #yPosition: -1, #icon: #caution]
  5.   answer = alert(Mooeobject, alertpropertieslist)
  6.   Mooeobject = 0
  7.   case answer of
  8.     1:
  9.       go("Meg Counter")
  10.   end case
  11. end
  12.